home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / ticker2.zip / ticker.hlp (.txt) < prev    next >
OS/2 Help File  |  1996-06-19  |  47KB  |  219 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Ticker/2 ΓòÉΓòÉΓòÉ
  3.  
  4.  
  5. Ticker/2
  6.  
  7. Use the right Mouse-Button or Shift-F10 to open a popup menu.
  8.  
  9. Open Keys Help to view the default keys assignment. The keys F2 - F9 are 
  10. assigned to several sample scripts.
  11.  
  12.  
  13.  
  14.  
  15.  
  16. Dropping colors and fonts on the ticker changes the appearance. If a Rexx 
  17. script explicitly adds an item with a specified color, dropping colors will 
  18. have no effect to this item.
  19.  
  20.  
  21. ΓòÉΓòÉΓòÉ 1.1. Open ΓòÉΓòÉΓòÉ
  22.  
  23. Open a REXX command file or a ticker schedule file.
  24.  
  25.  
  26.  
  27. ΓòÉΓòÉΓòÉ 1.1.1. Start a REXX command file ΓòÉΓòÉΓòÉ
  28.  
  29. You can modify your ticker using REXX command files. The directory 'scripts' 
  30. contains several examples. 
  31.  
  32. - Show any text (i.e. actual time, quotes): time.cmd and quotes.cmd
  33.  
  34. - Show your 'network service messages': netlog.cmd
  35.  
  36. - Playing sound: tsound.cmd
  37.  
  38. - Reading files: sfsample.cmd
  39.  
  40. - Show some commercials: commerce.cmd
  41.  
  42.  
  43. Some more ideas are:
  44.  
  45. Accessing information from the Internet 
  46.  
  47. - Continuously display your favorite stock quotes 
  48.  
  49. - Reading the latest news 
  50.  
  51. - Display the results of a search engine 
  52.  
  53. Accessing other networks 
  54.  
  55. - Display information from teletext, btx, compuserve 
  56.  
  57. - Implementing your own corporate messaging system 
  58.  
  59. For more information look at the Ticker/2 REXX Extentions Programmers Reference.
  60.  
  61.  
  62. ΓòÉΓòÉΓòÉ 1.1.2. Schedule file ΓòÉΓòÉΓòÉ
  63.  
  64. The ticker can be configured using a scheduler file in which you can instruct 
  65. the ticker to execute REXX command files periodically or when you hit a 
  66. function key (F2 to F9).
  67.  
  68. The format of a scheduler file is as follows:
  69.  
  70. <script> <time> <key>
  71.  
  72. where 
  73.  
  74. <script>   is the name of the REXX command file 
  75.  
  76. <time>     is the timeperiod in seconds. A period of 0 means 'no periodical execution'
  77.  
  78. <key>      is the activation key. Valid keys are F2 through F9. Leave the entry 
  79.            empty if you need no key assignment.
  80.  
  81.  
  82. Example for a scheduler file: 
  83.  
  84. #an example scheduler file
  85.  
  86. #show time and update it every 30 seconds
  87. scripts\time.cmd 30
  88.  
  89. #show a quote every 10 Minutes or at F3 key
  90. scripts\quote.cmd 600 F3
  91.  
  92. #show commercials when pressing F4
  93. scripts\commerce.cmd 0 F4
  94.  
  95.  
  96. If you have a standard scheduler file name it 'ticker.scd' and place it in the 
  97. directory where the ticker.exe is. This file will be executed at Ticker/2 startup.
  98.  
  99. When you open a new scheduler file, the previously loaded scheduler entries 
  100. will be removed.
  101.  
  102.  
  103. ΓòÉΓòÉΓòÉ 1.2. Settings ΓòÉΓòÉΓòÉ
  104.  
  105. Configure Ticker/2
  106.  
  107.  
  108.  
  109.  
  110.            Display:
  111.            There are two styles available. Wraparound will display the 
  112.            information continuously. Banner waits until the last object of the 
  113.            object sequence has left the screen before showing the first object 
  114.            of the object sequence again.
  115.  
  116. Exit when  empty:
  117.            Will close the ticker after the last information is expired 
  118.  
  119. Hide when  idle:
  120.            Hides the ticker when no new information is added to the ticker for 
  121.            a period of 2 minutes.
  122.  
  123. No         border:
  124.            Removes the border of the ticker.
  125.  
  126. Always on  top:
  127.            Forces the ticker window to stay on top of all other windows.
  128.  
  129.  
  130. ΓòÉΓòÉΓòÉ 1.3. About Menu ΓòÉΓòÉΓòÉ
  131.  
  132. This menu item will open the Ticker/2 product information.
  133.  
  134.  
  135. ΓòÉΓòÉΓòÉ 1.4. Show at Top ΓòÉΓòÉΓòÉ
  136.  
  137. Selecting this option will move the ticker to the top of the screen.
  138.  
  139.  
  140. ΓòÉΓòÉΓòÉ 1.5. Show at Bottom ΓòÉΓòÉΓòÉ
  141.  
  142. Selecting this option will move the ticker to the bottom of the screen.
  143.  
  144.  
  145. ΓòÉΓòÉΓòÉ 1.6. Exit ΓòÉΓòÉΓòÉ
  146.  
  147. Selecting this menu item will close the ticker.
  148.  
  149. The position of the ticker will be saved and the ticker will restart next time 
  150. on this saved position.
  151.  
  152.  
  153. ΓòÉΓòÉΓòÉ 1.7. About ΓòÉΓòÉΓòÉ
  154.  
  155. The About window contains product information and the serial number.
  156.  
  157. If you register your version you receive a key which has to be entered in the 
  158. 'Serial number' field. Restart Ticker/2 and if the key is korrect, you have 
  159. full access to all Ticker/2 features.
  160.  
  161.  
  162.  
  163. ΓòÉΓòÉΓòÉ 1.7.1. Register button ΓòÉΓòÉΓòÉ
  164.  
  165. The register button shows the serial number if you are a registered user. 
  166. Otherwise push this button to open the register dialog.
  167.  
  168.  
  169. ΓòÉΓòÉΓòÉ 1.7.2. Our WWW Page ΓòÉΓòÉΓòÉ
  170.  
  171.  
  172.  
  173. If you have Internet access and the Webbrowser from the Internet access kit is 
  174. installed correctly, the button 'Our WW page ...' will connect you to our 
  175. homepage. 
  176.  
  177. The homepage contains the latest information of our products. You will find 
  178. links to ftp servers from where you can download the newest version of Ticker/2.
  179.  
  180.  
  181. ΓòÉΓòÉΓòÉ 1.8. Register ΓòÉΓòÉΓòÉ
  182.  
  183. Registration 
  184.  
  185.  
  186. To register please fill out the registration form 'register.txt', located in 
  187. the direcory where you installed Ticker/2.
  188.  
  189. The registration form contains all information on how to mail the form, pay the 
  190. the registration fee ...
  191.  
  192. After you registered the software, you will receive your personal key. Enter 
  193. this key in the field 'Serial number'. 
  194.  
  195. Support via mail and fax is available for this product only if you are a 
  196. registered user!
  197.  
  198.  
  199. ΓòÉΓòÉΓòÉ 2. Keys Help ΓòÉΓòÉΓòÉ
  200.  
  201. The Keys F2 to F9 can be associated with Rexx Command Files. 
  202.  
  203. When Ticker/2 is installed the following associations are made:
  204.  
  205. F2 Slow ticker speed 
  206.  
  207. F3 Medium ticker speed 
  208.  
  209. F4 Fast ticker speed 
  210.  
  211. F5 Show quotes 
  212.  
  213. F6 Show net log 
  214.  
  215. F7 Play sound 
  216.  
  217. F8 Show commercials 
  218.  
  219. F9 Show the README file